records
The 88 Constellations of the Night Sky / Les 88 constellations du ciel nocturne
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"88-constellations",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/88-constellations"
}
] - "definitions":{
- "88-constellations":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/88-constellations_records"
}
}
} - "records":
} - "properties":
- "88-constellations_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "season_saison":,{
- "type":"string",
- "title":"Observation Season / Saison d'observation",
- "description":"Season to observe the constellation (in the northern hemisphere)"
} - "iau_code":,{
- "type":"string",
- "title":"IAU code",
- "description":"International Astronomical Union abbreviation, based on the latin name"
} - "latin_name_nom_latin":,{
- "type":"string",
- "title":"Latin name / Nom latin ",
- "description":""
} - "french_name_nom_francais":,{
- "type":"string",
- "title":"French name / Nom français ",
- "description":""
} - "english_name_nom_en_anglais":,{
- "type":"string",
- "title":"English name / Nom en anglais",
- "description":""
} - "constellation_area_in_degrees_etendue_de_la_constellation_en_degres_2":,{
- "type":"number",
- "title":"Constellation area in square degrees / Étendue de la constellation en degrés carrés",
- "description":"",
- "unit":"°"
} - "dec_declinaison":,{
- "type":"string",
- "title":"Dec (Declinaison)",
- "description":""
} - "test":,{
- "type":"string",
- "title":"RA (Right Ascension / Ascension droite)",
- "description":""
} - "principal_star_etoile_principale":,{
- "type":"string",
- "title":"Principal star / Étoile principale",
- "description":""
} - "constellation_area_in_of_the_celestial_sphere_etendue_de_la_constellation_en_de_la_sphere_celeste":,{
- "type":"string",
- "title":"Constellation area in % of the celestial sphere / Étendue de la constellation en % de la sphère céleste",
- "description":"",
- "unit":"%"
} - "constellation_zone_celestial_equator_zone_de_la_constellation_equateur_celeste":,{
- "type":"string",
- "title":"Constellation zone (celestial equator) / Zone de la constellation (équateur céleste)",
- "description":"Zone of the constellation related to the celestial equator"
} - "constellation_zone_ecliptic_zone_de_la_constellation_ecliptique":,{
- "type":"string",
- "title":"Constellation zone (ecliptic) / Zone de la constellation (écliptique)",
- "description":"Zone of the constellation related to the ecliptic"
} - "constellation_zone_milky_way_zone_de_la_constellation_voie_lactee":,{
- "type":"string",
- "title":"Constellation zone (Milky Way) / Zone de la constellation (Voie Lactée)",
- "description":"Zone of the constellation related to the Wilky Way"
} - "quad_repere_de_l_hemisphere_et_du_quadrant":,{
- "type":"string",
- "title":"Quad",
- "description":"Reference point related to the hemisphere and to its quadrant"
} - "name_origin_origine_de_l_apellation":,{
- "type":"string",
- "title":"Name origin / Origine de l'apellation",
- "description":""
} - "image":{
- "type":"string",
- "title":"Image",
- "description":"IAU images"
}
} - "season_saison":
}
} - "fields":
} - "properties":
} - "88-constellations":
}