Skip to content

Commit

Permalink
Don't test access_services for now
Browse files Browse the repository at this point in the history
As they are modeled as Data Services, the outputs fails validation
because they don't contain publisher and contact point. We can revisit
this if we implement first class support for Data Services
  • Loading branch information
amercader committed Oct 8, 2024
1 parent 4dd41f6 commit 7eff792
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/ckan/ckan_full_dataset_dcat_us_vocabularies.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,6 @@
"http://id.loc.gov/vocabulary/iso639-1/en",
"http://id.loc.gov/vocabulary/iso639-1/es",
"http://id.loc.gov/vocabulary/iso639-1/ca"
],
"access_services": [
{
"title": "Access Service 1",
"endpoint_description": "https://example.org/endpoint_description",
"endpoint_url": [
"https://example.org/access_service/1",
"https://example.org/access_service/2"
],
"serves_dataset": [
"https://example.org/dataset/1",
"https://example.org/dataset/2"
]
}
]
}
]
Expand Down

0 comments on commit 7eff792

Please sign in to comment.