{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf637-product-inventory-target-product-schema-schema.json", "title": "TargetProductSchema", "description": "The reference object to the schema and type of target product which is described by product specification", "type": "object", "properties": { "@type": { "type": "string", "description": "Class type of the target product" }, "@schemaLocation": { "type": "string", "format": "uri", "description": "This field provides a link to the schema describing the target product" } } }