{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-internalallocatedinformationnewcompanyandsite.json", "title": "InternalAllocatedInformationNewCompanyAndSite", "description": "Internally allocated identifiers. This is for verifone use only and is subject to change.", "type": "object", "allOf": [ { "$ref": "#/components/schemas/InternalAllocatedInformation" }, { "properties": { "ecomSiteEntityUid": { "type": "string", "format": "uuid", "description": "Entity uid of the ecom site." } } } ] }