Dassault Systèmes · Schema

Country

Country Location

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

country.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/country.json",
  "title": "Country",
  "type": [
    "null",
    "string"
  ],
  "description": "Country Location\n",
  "example": "France"
}