{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FacebookType.Metadata", "type": "object", "allOf": [ { "$ref": "#/components/schemas/AbstractFacebookType" }, { "type": "object", "properties": { "fields": { "type": "array", "items": { "$ref": "#/components/schemas/NamedFacebookType" } }, "connections": { "$ref": "#/components/schemas/FacebookType.Metadata.Connections" }, "type": { "type": "string" } } } ] }