{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/OrderAsset", "title": "OrderAsset", "type": "object", "properties": { "identifier": { "type": "string" }, "contract": { "type": "string" } }, "required": [ "contract" ] }