{
    "title": "Sommaire de la séance du débat.",
  
    "type": "object",
    "properties": {
        "para": {
            "anyOf": [
                {
                    "$ref": "Texte.json"
                },
                {
                    "items": {
                        "anyOf": [
                            {
                                "$ref": "Texte.json"
                            },
                            {
                                "type": "string"
                            }
                        ]
                    },
                    "type": "array"
                }
            ]
        },
        "presidentSeance": {
            "anyOf": [
                {
                    "$ref": "Texte.json"
                },
                {
                    "items": {
                        "$ref": "Texte.json"
                    },
                    "type": "array"
                }
            ]
        },
        "sommaire2": {
            "anyOf": [
                {
                    "$ref": "SommaireElement.json"
                },
                {
                    "items": {
                        "$ref": "SommaireElement.json"
                    },
                    "type": "array"
                }
            ]
        },
        "sommaire3": {
            "anyOf": [
                {
                    "$ref": "SommaireElement.json"
                },
                {
                    "items": {
                        "$ref": "SommaireElement.json"
                    },
                    "type": "array"
                }
            ]
        },
        "titreStruct": {
            "properties": {
                "id_syceron": {
                    "type": "string"
                },
                "intitule": {
                    "anyOf": [
                        {
                            "$ref": "Texte.json"
                        },
                        {
                            "type": "string"
                        }
                    ]
                },
                "sousIntitule": {
                    "type": "string"
                },
                "type_debat": {
                    "type": "string"
                }
            },
            "type": "object",
            "required": [
                "id_syceron"
            ]
        },
        "type_debat": {
            "type": "string"
        },
        "valeur_pts_odj": {
            "type": "string"
        }
    },
    "required": [
        "valeur_pts_odj",
        "titreStruct"
    ],
  
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "SommaireElement.json",
    "$$target": "SommaireElement.json"
  }
  