{
	"description": "Schema for a list of IdP metadata descriptors",
	"type": "array",
	"optional": false,
	"items": {
		"type": "object",
		"optional": false,
		"properties": {
			"entityID": {
				"type": "string",
				"optional": false
			},
			"IDPSSODescriptor": {
				"type": "object",
				"optional": false,
				"properties": {
					"DisplayName": {
						"type": "string",
						"optional": true
					}
				}
			},
			"Organization": {
				"type": "object",
				"optional": false,
				"properties": {
					"OrganizationName": {
						"type": "string",
						"optional": false
					},
					"OrganizationDisplayName": {
						"type": "string",
						"optional": false
					},
					"OrganizationURL": {
						"type": "string",
						"optional": false
					}
				}
			}
		}
	}
}