Esquema Json
                
    {
        "id": "PropertyPublications",
        "title": "PropertyPublications",
        "description": "The main entity of the publication data model",
        "required": true,
        "type": "array",
        "properties": {
            "id": "PropertyPublications",
            "title": "PropertyPublications",
            "description": "List of publications which the property will be sent to",
            "required": false,
            "type": "array",
            "items": {
                "id": "PropertyPublication",
                "type": "object",
                "properties": {
                    "PublicationId": {
                        "description": "The unique identifier where the property is published, according to the following enumeration",
                        "required": true,
                        "type": "integer",
                        "enum": [ 1, 17, 18, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 48, 49, 1084, 1983, 2047, 2157, 2346, 2725, 3076, 3078, 3079, 3169, 3387, 3439, 3489, 3504, 3799,
                        4005, 4006, 4010, 4112, 4114, 4115, 4116, 4508, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4692, 5131, 5189, 6053, 7598, 9127, 9282, 19156, 23648, 23958, 23959 ],
                        "dictionary": "DIC_Publication"
                    },
                    "PublicationTypeId": {
                        "description": "There are different type of publications ie; Ov, Own Web, etc",
                        "required": true,
                        "type": "integer",
                        "enum": [ 1, 2, 3, 4, 5, 6, 7 ],
                        "dictionary": "DIC_PublicationType"
                    },
                    "StatusId": {
                        "description": "Logical status for the register. This is an internal status for logically manage the property's data in our database system. Only registers with StatusId = 2 (Active) are displayed in the application",
                        "required": false,
                        "type": "integer",
                        "enum": [ 2, 4 ],
                        "dictionary": "DIC_Status"
                        }
                    }
            }
        }
    }