Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.71 KB

weather.schema.md

File metadata and controls

73 lines (42 loc) · 1.71 KB

Weather Schema

https://ns.adobe.com/xdm/classes/weather

Class for tracking weather data

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted classes/weather.schema.json

Schema Hierarchy

  • Weather https://ns.adobe.com/xdm/classes/weather

Weather Example

{
  "xdm:weatherID": "1234567"
}

Weather Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:weatherID string Required Weather (this schema)
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:weatherID

Weather ID

Weather identifier

xdm:weatherID

  • is required
  • type: string
  • defined in this schema

xdm:weatherID Type

string