enregistrement
NASA Hubble Space Telescope Pictures / Images du télescope spatial Hubble de la NASA
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"nasahubble",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/nasahubble"
}
] - "definitions":{
- "nasahubble":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/nasahubble_records"
}
}
} - "records":
} - "properties":
- "nasahubble_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "photo_id":,{
- "type":"number",
- "title":"Photo ID",
- "description":""
} - "photo_title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "photo_description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "photo_url_m":,{
- "type":"string",
- "title":"Photo URL",
- "description":""
} - "photo_date_taken":,{
- "type":"string",
- "format":"date",
- "title":"Photo date",
- "description":""
} - "photo_height":,{
- "type":"number",
- "title":"Photo height",
- "description":""
} - "photo_width":,{
- "type":"number",
- "title":"Photo width",
- "description":""
} - "photo_license":,{
- "type":"string",
- "title":"Photo Licence",
- "description":""
} - "album_id":,{
- "type":"number",
- "title":"Album ID",
- "description":""
} - "album_name_tags":,{
- "type":"string",
- "title":"Album name",
- "description":""
} - "url":,{
- "type":"string",
- "title":"Source URL",
- "description":""
} - "tags":{
- "type":"string",
- "title":"Tags",
- "description":""
}
} - "photo_id":
}
} - "fields":
} - "properties":
} - "nasahubble":
}