Skip to content

Commit

Permalink
remove csv api export
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Dec 6, 2024
1 parent eba626d commit d36f1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Documentation_website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ copy-assets:
rm -rf docs/API-Security/assets/ONE-Record-API-Ontology.ttl; cp ../working_draft/API/ONE-Record-API-Ontology.ttl docs/API-Security/assets/ONE-Record-API-Ontology.ttl
rm -rf docs/API-Security/assets/ONE-Record-API-Class-Diagram.md; cp ../working_draft/API/ONE-Record-API-Class-Diagram.md docs/API-Security/assets/ONE-Record-API-Class-Diagram.md
rm -rf docs/API-Security/assets/ONE-Record-API-OpenAPI.yaml; cp ../working_draft/API/ONE-Record-API-OpenAPI.yaml docs/API-Security/assets/ONE-Record-API-OpenAPI.yaml
rm -rf docs/API-Security/assets/ONE-Record-API-Ontology.csv; cp ../working_draft/API/ONE-Record-API-Ontology.csv docs/API-Security/assets/ONE-Record-API-Ontology.csv
rm -rf docs/API-Security/assets/ONE-Record-API-Collections.postman_collection; cp ../working_draft/API/ONE-Record-API-Collections.postman_collection docs/API-Security/assets/ONE-Record-API-Collections.postman_collection

serve:
Expand Down
4 changes: 4 additions & 0 deletions working_draft/API/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- hasRevision and hasLastRevision for each logistics object body
- Verification request to signal error or anomalies in a logistics object

### Removed

- overview of data classes and properties as CSV file to supporting documents, all information can be found in the ontology or in the data model page

## ONE Record API Ontology

### Changed
Expand Down
1 change: 0 additions & 1 deletion working_draft/API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Use the following link to reach the API documentation website: [Link to API docu

- [Changelog](./CHANGELOG.md) contains a list of all notable changes for each version of the ONE Record API specification.
- [ONE Record API ontology](./ONE-Record-API-Ontology.ttl) provides the vocabulary and data classes for the data model used in the ONE Record API.
- [Tabular overview of ONE Record API ontology](./ONE-Record-API-Ontology.csv) is a tabular representation of the ONE Record API ontology and describes the ONE Record API data classes, their properties as attributes, descriptions and valid values.
- [ONE Record API class diagram](./ONE-Record-API-Class-Diagram.md) is a visual representation of the ONE Record API ontology and describes the ONE Record API data classes, their properties as attributes, and the relationship that can exist between the classes.
- [OpenAPI specification](./ONE-Record-API-OpenAPI.yaml) describes the prescribed API endpoint structure of a ONE Record server implementation
- [Postman collection](./ONE-Record-API-Collections.postman_collection) contains demo HTTP requests that demonstrate how to interact with the various ONE Record API endpoints and can be used to playback the examples provided in this document.
Expand Down

0 comments on commit d36f1dd

Please sign in to comment.