TEST 1: Check if your candidate schema is properly documented
The schemas to be accepted need to include a description for every property
Call: https://smartdatamodels.org/extra/check_schema.php
Parameters: (Mandatories)
- schemaUrl: The link to the RAW version of the schema (see example)
- mail: your mail
- test: 1
Output: A json payload with the list with of properties of the data model including those referenced through $ref and its status of documentation in the schema.
- x-ngsi: Boolean. Describes if the description contains property, relationship or geoproperty in the description.
- x-ngsi_text: Text. Further explanations about x-ngsi value.
- documented: Boolean. If the description of the property reach 15 chars.
- text: Text. complementary information about the documentation (it could be either incomplete or non existing)
If you prefer a classic form