{
  "defaultTypes": [], 
  "extend": {
    "property_settings": [
      {
        "default": 0, 
        "help_text": "Maximum number of values to return per row (0 for no limit)", 
        "label": "Limit", 
        "name": "limit", 
        "type": "number"
      }, 
      {
        "choices": [
          {
            "name": "Any rank", 
            "value": "any"
          }, 
          {
            "name": "Only the best rank", 
            "value": "best"
          }, 
          {
            "name": "Preferred and normal ranks", 
            "value": "no_deprecated"
          }
        ], 
        "default": "best", 
        "help_text": "Filter statements by rank", 
        "label": "Ranks", 
        "name": "rank", 
        "type": "select"
      }, 
      {
        "choices": [
          {
            "name": "Any statement", 
            "value": "any"
          }, 
          {
            "name": "At least one reference", 
            "value": "referenced"
          }, 
          {
            "name": "At least one non-wiki reference", 
            "value": "no_wiki"
          }
        ], 
        "default": "any", 
        "help_text": "Filter statements by their references", 
        "label": "References", 
        "name": "references", 
        "type": "select"
      }, 
      {
        "default": false, 
        "help_text": "The number of values will be returned.", 
        "label": "Return counts instead of values", 
        "name": "count", 
        "type": "checkbox"
      }
    ], 
    "propose_properties": {
      "service_path": "/${lang}/propose_properties", 
      "service_url": "https://reconciliation.kunstmuseum.nl"
    }
  }, 
  "identifierSpace": "https://api.kunstmuseum.nl/entity/", 
  "name": "Reconcile for API kunstmuseum. (${lang})", 
  "preview": {
    "height": 100, 
    "url": "https://reconciliation.kunstmuseum.nl/${lang}/preview?id={{id}}", 
    "width": 400
  }, 
  "schemaSpace": "https://api.kunstmuseum.nl/prop/direct/", 
  "suggest": {
    "entity": {
      "service_path": "/${lang}/suggest/entity", 
      "service_url": "https://reconciliation.kunstmuseum.nl"
    }, 
    "property": {
      "service_path": "/${lang}/suggest/property", 
      "service_url": "https://reconciliation.kunstmuseum.nl"
    }, 
    "type": {
      "service_path": "/${lang}/suggest/type", 
      "service_url": "https://reconciliation.kunstmuseum.nl"
    }
  }, 
  "versions": [
    "0.1", 
    "0.2"
  ], 
  "view": {
    "url": "https://api.kunstmuseum.nl/wiki/Item:{{id}}"
  }
}