{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FacebookType", "type": "object", "allOf": [ { "$ref": "#/components/schemas/AbstractFacebookType" }, { "type": "object", "properties": { "id": { "type": "string" }, "metadata": { "$ref": "#/components/schemas/FacebookType.Metadata" }, "type": { "type": "string" } } } ] }