diff --git a/CloudRegion/doc/spec_ES.md b/CloudRegion/doc/spec_ES.md
index 0af3ba2..d2cdf41 100644
--- a/CloudRegion/doc/spec_ES.md
+++ b/CloudRegion/doc/spec_ES.md
@@ -1,500 +1,498 @@
-
-[![Smart Data Models](https://smartdatamodels.org/wp-content/uploads/2022/01/SmartDataModels_logo.png "Logo")](https://smartdatamodels.org)
-
Entidad: CloudRegion
-====================
-
-
[Licencia abierta](https://github.com/smart-data-models//dataModel.IT/blob/master/CloudRegion/LICENSE.md)
-
[documento generado automáticamente](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
-
-
-
Descripción global: **Descripción de la región de la nube.**
-
versión: 0.0.1
-
-
-
-
## Lista de propiedades
-
-
[*] Si no hay un tipo en un atributo es porque puede tener varios tipos o diferentes formatos/patrones.
-- `address[object]`: La dirección postal . Model: [https://schema.org/address](https://schema.org/address)
- `addressCountry[string]`: El país. Por ejemplo, España . Model: [https://schema.org/addressCountry](https://schema.org/addressCountry)
- - `addressLocality[string]`: La localidad en la que se encuentra la dirección postal, y que está en la región . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
- - `addressRegion[string]`: La región en la que se encuentra la localidad, y que está en el país . Model: [https://schema.org/addressRegion](https://schema.org/addressRegion)
- - `district[string]`: Un distrito es un tipo de división administrativa que, en algunos países, gestiona el gobierno local
- - `postOfficeBoxNumber[string]`: El número del apartado de correos para las direcciones de apartados postales. Por ejemplo, 03578 . Model: [https://schema.org/postOfficeBoxNumber](https://schema.org/postOfficeBoxNumber)
- - `postalCode[string]`: El código postal. Por ejemplo, 24004 . Model: [https://schema.org/https://schema.org/postalCode](https://schema.org/https://schema.org/postalCode)
- - `streetAddress[string]`: La dirección . Model: [https://schema.org/streetAddress](https://schema.org/streetAddress)
-- `alternateName[string]`: Un nombre alternativo para este artículo
- `areaServed[string]`: La zona geográfica en la que se presta un servicio o se ofrece un artículo . Model: [https://schema.org/Text](https://schema.org/Text)
- `cloudName[string]`: Nombre asignado a la región correspondiente . Model: [https://schema.org/Text](https://schema.org/Text)
- `dataProvider[string]`: Una secuencia de caracteres que identifica al proveedor de la entidad de datos armonizada
- `dateCreated[date-time]`: Fecha de creación de la entidad. Normalmente será asignada por la plataforma de almacenamiento
- `dateModified[date-time]`: Marca de tiempo de la última modificación de la entidad. Suele ser asignada por la plataforma de almacenamiento
- `description[string]`: Descripción de este artículo
- `id[*]`: Identificador único de la entidad
- `location[*]`: Referencia Geojson al elemento. Puede ser Point, LineString, Polygon, MultiPoint, MultiLineString o MultiPolygon.
- `name[string]`: El nombre de este artículo
- `owner[array]`: Una lista que contiene una secuencia de caracteres codificada en JSON que hace referencia a los identificadores únicos de los propietarios.
- `pointsOfContact[array]`: Lista de puntos de contacto de la región de la nube
- `seeAlso[*]`: lista de uri que apuntan a recursos adicionales sobre el artículo
- `source[string]`: Secuencia de caracteres que indica la fuente original de los datos de la entidad en forma de URL. Se recomienda que sea el nombre de dominio completo del proveedor de origen o la URL del objeto de origen.
- `test[uri]`: Identificación de las pruebas realizadas . Model: [https://schema.org/Text](https://schema.org/Text)
- `type[string]`: Tipo de entidad NGSI. Tiene que ser CloudRegion
- `version[string]`: Versión en la nube de la región correspondiente . Model: [https://schema.org/Text](https://schema.org/Text)
-
-
Propiedades requeridas
-- `id`
- `type`
-
-
-
-
## Descripción de las propiedades del modelo de datos
-
Ordenados alfabéticamente (pulse para más detalles)
-
-
-full yaml details
-
```yaml
-CloudRegion:
- description: Cloud region description.
- properties:
- address:
- description: The mailing address
- properties:
- addressCountry:
- description: 'The country. For example, Spain'
- type: string
- x-ngsi:
- model: https://schema.org/addressCountry
- type: Property
- addressLocality:
- description: 'The locality in which the street address is, and which is in the region'
- type: string
- x-ngsi:
- model: https://schema.org/addressLocality
- type: Property
- addressRegion:
- description: 'The region in which the locality is, and which is in the country'
- type: string
- x-ngsi:
- model: https://schema.org/addressRegion
- type: Property
- district:
- description: 'A district is a type of administrative division that, in some countries, is managed by the local government'
- type: string
- x-ngsi:
- type: Property
- postOfficeBoxNumber:
- description: 'The post office box number for PO box addresses. For example, 03578'
- type: string
- x-ngsi:
- model: https://schema.org/postOfficeBoxNumber
- type: Property
- postalCode:
- description: 'The postal code. For example, 24004'
- type: string
- x-ngsi:
- model: https://schema.org/https://schema.org/postalCode
- type: Property
- streetAddress:
- description: The street address
- type: string
- x-ngsi:
- model: https://schema.org/streetAddress
- type: Property
- streetNr:
- description: Number identifying a specific property on a public street
- type: string
- x-ngsi:
- type: Property
- type: object
- x-ngsi:
- model: https://schema.org/address
- type: Property
- alternateName:
- description: An alternative name for this item
- type: string
- x-ngsi:
- type: Property
- areaServed:
- description: The geographic area where a service or offered item is provided
- type: string
- x-ngsi:
- model: https://schema.org/Text
- type: Property
- cloudName:
- description: Name assigned to the corresponding region
- type: string
- x-ngsi:
- model: https://schema.org/Text
- type: Property
- dataProvider:
- description: A sequence of characters identifying the provider of the harmonised data entity
- type: string
- x-ngsi:
- type: Property
- dateCreated:
- description: Entity creation timestamp. This will usually be allocated by the storage platform
- format: date-time
- type: string
- x-ngsi:
- type: Property
- dateModified:
- description: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform
- format: date-time
- type: string
- x-ngsi:
- type: Property
- description:
- description: A description of this item
- type: string
- x-ngsi:
- type: Property
- id:
- anyOf:
- - description: Identifier format of any NGSI entity
- maxLength: 256
- minLength: 1
- pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
- type: string
- x-ngsi:
- type: Property
- - description: Identifier format of any NGSI entity
- format: uri
- type: string
- x-ngsi:
- type: Property
- description: Unique identifier of the entity
- x-ngsi:
- type: Property
- location:
- description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
- oneOf:
- - description: Geojson reference to the item. Point
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- type: number
- minItems: 2
- type: array
- type:
- enum:
- - Point
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON Point
- type: object
- x-ngsi:
- type: GeoProperty
- - description: Geojson reference to the item. LineString
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- items:
- type: number
- minItems: 2
- type: array
- minItems: 2
- type: array
- type:
- enum:
- - LineString
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON LineString
- type: object
- x-ngsi:
- type: GeoProperty
- - description: Geojson reference to the item. Polygon
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- items:
- items:
- type: number
- minItems: 2
- type: array
- minItems: 4
- type: array
- type: array
- type:
- enum:
- - Polygon
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON Polygon
- type: object
- x-ngsi:
- type: GeoProperty
- - description: Geojson reference to the item. MultiPoint
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- items:
- type: number
- minItems: 2
- type: array
- type: array
- type:
- enum:
- - MultiPoint
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON MultiPoint
- type: object
- x-ngsi:
- type: GeoProperty
- - description: Geojson reference to the item. MultiLineString
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- items:
- items:
- type: number
- minItems: 2
- type: array
- minItems: 2
- type: array
- type: array
- type:
- enum:
- - MultiLineString
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON MultiLineString
- type: object
- x-ngsi:
- type: GeoProperty
- - description: Geojson reference to the item. MultiLineString
- properties:
- bbox:
- items:
- type: number
- minItems: 4
- type: array
- coordinates:
- items:
- items:
- items:
- items:
- type: number
- minItems: 2
- type: array
- minItems: 4
- type: array
- type: array
- type: array
- type:
- enum:
- - MultiPolygon
- type: string
- required:
- - type
- - coordinates
- title: GeoJSON MultiPolygon
- type: object
- x-ngsi:
- type: GeoProperty
- x-ngsi:
- type: GeoProperty
- name:
- description: The name of this item
- type: string
- x-ngsi:
- type: Property
- owner:
- description: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)
- items:
- anyOf:
- - description: Identifier format of any NGSI entity
- maxLength: 256
- minLength: 1
- pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
- type: string
- x-ngsi:
- type: Property
- - description: Identifier format of any NGSI entity
- format: uri
- type: string
- x-ngsi:
- type: Property
- description: Unique identifier of the entity
- x-ngsi:
- type: Property
- type: array
- x-ngsi:
- type: Property
- pointsOfContact:
- description: List of contact points of the cloud region
- items:
- description: The details to contact with the item
- properties:
- areaServed:
- description: The geographic area where a service or offered item is provided. Supersedes serviceArea
- type: string
- x-ngsi:
- type: Property
- availabilityRestriction:
- anyOf:
- - description: Array of identifiers format of any NGSI entity
- items:
- maxLength: 256
- minLength: 1
- pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
- type: string
- type: array
- x-ngsi:
- type: Property
- - description: Array of identifiers format of any NGSI entity
- items:
- format: uri
- type: string
- type: array
- x-ngsi:
- type: Property
- description: This property links a contact point to information about when the contact point is not available. The details are provided using the Opening Hours Specification class
- x-ngsi:
- model: http://schema.org/hoursAvailable
- type: Relationship
- availableLanguage:
- anyOf:
- - anyOf:
- - type: string
- - items:
- type: string
- type: array
- description: 'A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. It is implemented the Text option but it could be also Language'
- x-ngsi:
- model: http://schema.org/availableLanguage
- type: Property
- contactOption:
- anyOf:
- - type: string
- - items:
- type: string
- type: array
- description: An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers)
- x-ngsi:
- model: http://schema.org/contactOption
- type: Property
- contactType:
- description: Contact type of this item
- type: string
- x-ngsi:
- type: Property
- email:
- description: Email address of owner
- format: idn-email
- type: string
- x-ngsi:
- type: Property
- faxNumber:
- description: The fax number
- type: string
- x-ngsi:
- model: http://schema.org/Text
- type: Property
- name:
- description: The name of this item
- type: string
- x-ngsi:
- type: Property
- productSupported:
- description: The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. 'iPhone') or a general category of products or services (e.g. 'smartphones')
- type: string
- x-ngsi:
- model: http://schema.org/Text
- type: Property
- telephone:
- description: Telephone of this contact
- type: string
- x-ngsi:
- type: Property
- url:
- description: URL which provides a description or further information about this item
- format: uri
- type: string
- x-ngsi:
- type: Property
- type: object
- x-ngsi:
- model: https://schema.org/ContactPoint
- type: Property
- type: array
- x-ngsi:
- type: Property
- seeAlso:
- description: list of uri pointing to additional resources about the item
- oneOf:
- - items:
- format: uri
- type: string
- minItems: 1
- type: array
- - format: uri
- type: string
- x-ngsi:
- type: Property
- source:
- description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object'
- type: string
- x-ngsi:
- type: Property
- test:
- description: Identification of the tests executed
- format: uri
- type: string
- x-ngsi:
- model: https://schema.org/Text
- type: Relationship
- type:
- description: NGSI Entity type. It has to be CloudRegion
- enum:
- - CloudRegion
- type: string
- x-ngsi:
- type: Property
- version:
- description: Corresponding Cloud version of the region
- type: string
- x-ngsi:
- model: https://schema.org/Text
- type: Property
- required:
- - id
- - type
- type: object
- x-derived-from: ""
- x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2022 Contributors to Smart Data Models Program'
- x-license-url: https://github.com/smart-data-models/dataModel.IT/blob/master/CloudRegion/LICENSE.md
- x-model-schema: https://smart-data-models.github.io/dataModel.IT/CloudRegion/schema.json
- x-model-tags: ""
- x-version: 0.0.1
-```
-
-
-
-
-
-
## Ejemplo de carga útil
-
#### CloudRegion NGSI-v2 key-values Ejemplo
-
He aquí un ejemplo de una CloudRegion en formato JSON-LD como key-values. Esto es compatible con NGSI-v2 cuando se utiliza `options=keyValues` y devuelve los datos de contexto de una entidad individual.
-show/hide example
+
+[![Smart Data Models](https://smartdatamodels.org/wp-content/uploads/2022/01/SmartDataModels_logo.png "Logo")](https://smartdatamodels.org)
+
Entidad: CloudRegion
+====================
+
+
[Licencia abierta](https://github.com/smart-data-models//dataModel.IT/blob/master/CloudRegion/LICENSE.md)
+
[documento generado automáticamente](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
+
+
+
Descripción global: **Descripción de la región de la nube.**
+
versión: 0.0.1
+
+
+
## Lista de propiedades
+
[*] Si no hay un tipo en un atributo es porque puede tener varios tipos o diferentes formatos/patrones.
+- `address[object]`: La dirección postal . Model: [https://schema.org/address](https://schema.org/address)
- `addressCountry[string]`: El país. Por ejemplo, España . Model: [https://schema.org/addressCountry](https://schema.org/addressCountry)
+ - `addressLocality[string]`: La localidad en la que se encuentra la dirección postal, y que está en la región . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
+ - `addressRegion[string]`: La región en la que se encuentra la localidad, y que está en el país . Model: [https://schema.org/addressRegion](https://schema.org/addressRegion)
+ - `district[string]`: Un distrito es un tipo de división administrativa que, en algunos países, gestiona el gobierno local
+ - `postOfficeBoxNumber[string]`: El número del apartado de correos para las direcciones de apartados postales. Por ejemplo, 03578 . Model: [https://schema.org/postOfficeBoxNumber](https://schema.org/postOfficeBoxNumber)
+ - `postalCode[string]`: El código postal. Por ejemplo, 24004 . Model: [https://schema.org/https://schema.org/postalCode](https://schema.org/https://schema.org/postalCode)
+ - `streetAddress[string]`: La dirección . Model: [https://schema.org/streetAddress](https://schema.org/streetAddress)
+- `alternateName[string]`: Un nombre alternativo para este artículo
- `areaServed[string]`: La zona geográfica en la que se presta un servicio o se ofrece un artículo . Model: [https://schema.org/Text](https://schema.org/Text)
- `cloudName[string]`: Nombre asignado a la región correspondiente . Model: [https://schema.org/Text](https://schema.org/Text)
- `dataProvider[string]`: Una secuencia de caracteres que identifica al proveedor de la entidad de datos armonizada
- `dateCreated[date-time]`: Fecha de creación de la entidad. Normalmente será asignada por la plataforma de almacenamiento
- `dateModified[date-time]`: Marca de tiempo de la última modificación de la entidad. Suele ser asignada por la plataforma de almacenamiento
- `description[string]`: Descripción de este artículo
- `id[*]`: Identificador único de la entidad
- `location[*]`: Referencia Geojson al elemento. Puede ser Point, LineString, Polygon, MultiPoint, MultiLineString o MultiPolygon.
- `name[string]`: El nombre de este artículo
- `owner[array]`: Una lista que contiene una secuencia de caracteres codificada en JSON que hace referencia a los identificadores únicos de los propietarios.
- `pointsOfContact[array]`: Lista de puntos de contacto de la región de la nube
- `seeAlso[*]`: lista de uri que apuntan a recursos adicionales sobre el artículo
- `source[string]`: Secuencia de caracteres que indica la fuente original de los datos de la entidad en forma de URL. Se recomienda que sea el nombre de dominio completo del proveedor de origen o la URL del objeto de origen.
- `test[uri]`: Identificación de las pruebas realizadas . Model: [https://schema.org/Text](https://schema.org/Text)
- `type[string]`: Tipo de entidad NGSI. Tiene que ser CloudRegion
- `version[string]`: Versión en la nube de la región correspondiente . Model: [https://schema.org/Text](https://schema.org/Text)
+
+
Propiedades requeridas
+- `id`
- `type`
+
+
+
+
## Descripción de las propiedades del modelo de datos
+
Ordenados alfabéticamente (pulse para más detalles)
+
+
+full yaml details
+
```yaml
+CloudRegion:
+ description: Cloud region description.
+ properties:
+ address:
+ description: The mailing address
+ properties:
+ addressCountry:
+ description: 'The country. For example, Spain'
+ type: string
+ x-ngsi:
+ model: https://schema.org/addressCountry
+ type: Property
+ addressLocality:
+ description: 'The locality in which the street address is, and which is in the region'
+ type: string
+ x-ngsi:
+ model: https://schema.org/addressLocality
+ type: Property
+ addressRegion:
+ description: 'The region in which the locality is, and which is in the country'
+ type: string
+ x-ngsi:
+ model: https://schema.org/addressRegion
+ type: Property
+ district:
+ description: 'A district is a type of administrative division that, in some countries, is managed by the local government'
+ type: string
+ x-ngsi:
+ type: Property
+ postOfficeBoxNumber:
+ description: 'The post office box number for PO box addresses. For example, 03578'
+ type: string
+ x-ngsi:
+ model: https://schema.org/postOfficeBoxNumber
+ type: Property
+ postalCode:
+ description: 'The postal code. For example, 24004'
+ type: string
+ x-ngsi:
+ model: https://schema.org/https://schema.org/postalCode
+ type: Property
+ streetAddress:
+ description: The street address
+ type: string
+ x-ngsi:
+ model: https://schema.org/streetAddress
+ type: Property
+ streetNr:
+ description: Number identifying a specific property on a public street
+ type: string
+ x-ngsi:
+ type: Property
+ type: object
+ x-ngsi:
+ model: https://schema.org/address
+ type: Property
+ alternateName:
+ description: An alternative name for this item
+ type: string
+ x-ngsi:
+ type: Property
+ areaServed:
+ description: The geographic area where a service or offered item is provided
+ type: string
+ x-ngsi:
+ model: https://schema.org/Text
+ type: Property
+ cloudName:
+ description: Name assigned to the corresponding region
+ type: string
+ x-ngsi:
+ model: https://schema.org/Text
+ type: Property
+ dataProvider:
+ description: A sequence of characters identifying the provider of the harmonised data entity
+ type: string
+ x-ngsi:
+ type: Property
+ dateCreated:
+ description: Entity creation timestamp. This will usually be allocated by the storage platform
+ format: date-time
+ type: string
+ x-ngsi:
+ type: Property
+ dateModified:
+ description: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform
+ format: date-time
+ type: string
+ x-ngsi:
+ type: Property
+ description:
+ description: A description of this item
+ type: string
+ x-ngsi:
+ type: Property
+ id:
+ anyOf:
+ - description: Identifier format of any NGSI entity
+ maxLength: 256
+ minLength: 1
+ pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
+ type: string
+ x-ngsi:
+ type: Property
+ - description: Identifier format of any NGSI entity
+ format: uri
+ type: string
+ x-ngsi:
+ type: Property
+ description: Unique identifier of the entity
+ x-ngsi:
+ type: Property
+ location:
+ description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
+ oneOf:
+ - description: Geojson reference to the item. Point
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ type:
+ enum:
+ - Point
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON Point
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ - description: Geojson reference to the item. LineString
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ minItems: 2
+ type: array
+ type:
+ enum:
+ - LineString
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON LineString
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ - description: Geojson reference to the item. Polygon
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ items:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ minItems: 4
+ type: array
+ type: array
+ type:
+ enum:
+ - Polygon
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON Polygon
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ - description: Geojson reference to the item. MultiPoint
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ type: array
+ type:
+ enum:
+ - MultiPoint
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON MultiPoint
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ - description: Geojson reference to the item. MultiLineString
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ items:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ minItems: 2
+ type: array
+ type: array
+ type:
+ enum:
+ - MultiLineString
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON MultiLineString
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ - description: Geojson reference to the item. MultiLineString
+ properties:
+ bbox:
+ items:
+ type: number
+ minItems: 4
+ type: array
+ coordinates:
+ items:
+ items:
+ items:
+ items:
+ type: number
+ minItems: 2
+ type: array
+ minItems: 4
+ type: array
+ type: array
+ type: array
+ type:
+ enum:
+ - MultiPolygon
+ type: string
+ required:
+ - type
+ - coordinates
+ title: GeoJSON MultiPolygon
+ type: object
+ x-ngsi:
+ type: GeoProperty
+ x-ngsi:
+ type: GeoProperty
+ name:
+ description: The name of this item
+ type: string
+ x-ngsi:
+ type: Property
+ owner:
+ description: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)
+ items:
+ anyOf:
+ - description: Identifier format of any NGSI entity
+ maxLength: 256
+ minLength: 1
+ pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
+ type: string
+ x-ngsi:
+ type: Property
+ - description: Identifier format of any NGSI entity
+ format: uri
+ type: string
+ x-ngsi:
+ type: Property
+ description: Unique identifier of the entity
+ x-ngsi:
+ type: Property
+ type: array
+ x-ngsi:
+ type: Property
+ pointsOfContact:
+ description: List of contact points of the cloud region
+ items:
+ description: The details to contact with the item
+ properties:
+ areaServed:
+ description: The geographic area where a service or offered item is provided. Supersedes serviceArea
+ type: string
+ x-ngsi:
+ type: Property
+ availabilityRestriction:
+ anyOf:
+ - description: Array of identifiers format of any NGSI entity
+ items:
+ maxLength: 256
+ minLength: 1
+ pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
+ type: string
+ type: array
+ x-ngsi:
+ type: Property
+ - description: Array of identifiers format of any NGSI entity
+ items:
+ format: uri
+ type: string
+ type: array
+ x-ngsi:
+ type: Property
+ description: This property links a contact point to information about when the contact point is not available. The details are provided using the Opening Hours Specification class
+ x-ngsi:
+ model: http://schema.org/hoursAvailable
+ type: Relationship
+ availableLanguage:
+ anyOf:
+ - anyOf:
+ - type: string
+ - items:
+ type: string
+ type: array
+ description: 'A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. It is implemented the Text option but it could be also Language'
+ x-ngsi:
+ model: http://schema.org/availableLanguage
+ type: Property
+ contactOption:
+ anyOf:
+ - type: string
+ - items:
+ type: string
+ type: array
+ description: An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers)
+ x-ngsi:
+ model: http://schema.org/contactOption
+ type: Property
+ contactType:
+ description: Contact type of this item
+ type: string
+ x-ngsi:
+ type: Property
+ email:
+ description: Email address of owner
+ format: idn-email
+ type: string
+ x-ngsi:
+ type: Property
+ faxNumber:
+ description: The fax number
+ type: string
+ x-ngsi:
+ model: http://schema.org/Text
+ type: Property
+ name:
+ description: The name of this item
+ type: string
+ x-ngsi:
+ type: Property
+ productSupported:
+ description: The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. 'iPhone') or a general category of products or services (e.g. 'smartphones')
+ type: string
+ x-ngsi:
+ model: http://schema.org/Text
+ type: Property
+ telephone:
+ description: Telephone of this contact
+ type: string
+ x-ngsi:
+ type: Property
+ url:
+ description: URL which provides a description or further information about this item
+ format: uri
+ type: string
+ x-ngsi:
+ type: Property
+ type: object
+ x-ngsi:
+ model: https://schema.org/ContactPoint
+ type: Property
+ type: array
+ x-ngsi:
+ type: Property
+ seeAlso:
+ description: list of uri pointing to additional resources about the item
+ oneOf:
+ - items:
+ format: uri
+ type: string
+ minItems: 1
+ type: array
+ - format: uri
+ type: string
+ x-ngsi:
+ type: Property
+ source:
+ description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object'
+ type: string
+ x-ngsi:
+ type: Property
+ test:
+ description: Identification of the tests executed
+ format: uri
+ type: string
+ x-ngsi:
+ model: https://schema.org/Text
+ type: Relationship
+ type:
+ description: NGSI Entity type. It has to be CloudRegion
+ enum:
+ - CloudRegion
+ type: string
+ x-ngsi:
+ type: Property
+ version:
+ description: Corresponding Cloud version of the region
+ type: string
+ x-ngsi:
+ model: https://schema.org/Text
+ type: Property
+ required:
+ - id
+ - type
+ type: object
+ x-derived-from: ""
+ x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2022 Contributors to Smart Data Models Program'
+ x-license-url: https://github.com/smart-data-models/dataModel.IT/blob/master/CloudRegion/LICENSE.md
+ x-model-schema: https://smart-data-models.github.io/dataModel.IT/CloudRegion/schema.json
+ x-model-tags: ""
+ x-version: 0.0.1
+```
+
+
+
+
+
+
## Ejemplo de carga útil
+
#### CloudRegion NGSI-v2 key-values Ejemplo
+
He aquí un ejemplo de una CloudRegion en formato JSON-LD como key-values. Esto es compatible con NGSI-v2 cuando se utiliza `options=keyValues` y devuelve los datos de contexto de una entidad individual.
+show/hide example
```json
{
"id": "urn:ngsi-ld:CloudRegion:id:Noida",
@@ -528,10 +526,10 @@ CloudRegion:
"test": "urn:ngsi-ld:Tests:Tempest:23278568"
}
```
-
-
#### CloudRegion NGSI-v2 normalizado Ejemplo
-
He aquí un ejemplo de CloudRegion en formato JSON-LD normalizado. Esto es compatible con NGSI-v2 cuando no se utilizan opciones y devuelve los datos de contexto de una entidad individual.
-show/hide example
+
+
#### CloudRegion NGSI-v2 normalizado Ejemplo
+
He aquí un ejemplo de CloudRegion en formato JSON-LD normalizado. Esto es compatible con NGSI-v2 cuando no se utilizan opciones y devuelve los datos de contexto de una entidad individual.
+show/hide example
```json
{
"id": "urn:ngsi-ld:CloudRegion:id:Noida",
@@ -541,7 +539,7 @@ CloudRegion:
"value": "Noida"
},
"pointsOfContact": {
- "type": "array",
+ "type": "StructuredValue",
"value": [
{
"email": "theron31@quigley.net"
@@ -580,10 +578,10 @@ CloudRegion:
}
}
```
-
-
#### CloudRegion NGSI-LD key-values Ejemplo
-
He aquí un ejemplo de una CloudRegion en formato JSON-LD como key-values. Esto es compatible con NGSI-LD cuando se utiliza `options=keyValues` y devuelve los datos de contexto de una entidad individual.
-show/hide example
+
+
#### CloudRegion NGSI-LD key-values Ejemplo
+
He aquí un ejemplo de una CloudRegion en formato JSON-LD como key-values. Esto es compatible con NGSI-LD cuando se utiliza `options=keyValues` y devuelve los datos de contexto de una entidad individual.
+show/hide example
```json
{
"id": "urn:ngsi-ld:CloudRegion:id:Noida",
@@ -621,10 +619,10 @@ CloudRegion:
]
}
```
-
-
#### CloudRegion NGSI-LD normalizado Ejemplo
-
He aquí un ejemplo de CloudRegion en formato JSON-LD normalizado. Esto es compatible con NGSI-LD cuando no se utilizan opciones y devuelve los datos de contexto de una entidad individual.
-show/hide example
+
+
#### CloudRegion NGSI-LD normalizado Ejemplo
+
He aquí un ejemplo de CloudRegion en formato JSON-LD normalizado. Esto es compatible con NGSI-LD cuando no se utilizan opciones y devuelve los datos de contexto de una entidad individual.
+show/hide example
```json
{
"id": "urn:ngsi-ld:CloudRegion:id:Noida",
@@ -677,12 +675,12 @@ CloudRegion:
]
}
```
-
-
-
-
-
Consulte [FAQ 10](https://smartdatamodels.org/index.php/faqs/) para obtener una respuesta sobre cómo tratar las unidades de magnitud.
-
-
----
-
[Smart Data Models](https://smartdatamodels.org) +++ [Contribution Manual](https://bit.ly/contribution_manual) +++ [About](https://bit.ly/Introduction_SDM)
+
+
+
+
+
Consulte [FAQ 10](https://smartdatamodels.org/index.php/faqs/) para obtener una respuesta sobre cómo tratar las unidades de magnitud.
+
+
+---
+
[Smart Data Models](https://smartdatamodels.org) +++ [Contribution Manual](https://bit.ly/contribution_manual) +++ [About](https://bit.ly/Introduction_SDM)