Skip to content

Commit

Permalink
Fixing some typos in schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez committed Dec 11, 2024
1 parent e11c65f commit 923dfb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ tables:
"@id": "#Sources.source"
datatype: string
length: 100
description: Unique identfier for an object
description: Unique identifier for an object
ivoa:ucd: meta.id;src;meta.main
nullable: false
- name: ra_deg
Expand Down Expand Up @@ -245,7 +245,7 @@ tables:
"@id": "#Sources.shortname"
datatype: string
length: 30
description: Short identfier for an object
description: Short identifier for an object
ivoa:ucd: meta.id
- name: reference
"@id": "#Sources.reference"
Expand Down Expand Up @@ -306,7 +306,7 @@ tables:
"@id": "#Names.source"
datatype: string
length: 100
description: Main identfier for an object; links to Sources table
description: Main identifier for an object; links to Sources table
ivoa:ucd: meta.id;meta.main
nullable: false
- name: other_name
Expand Down Expand Up @@ -348,7 +348,7 @@ tables:
"@id": "#Photometry.source"
datatype: string
length: 100
description: Main identfier for an object; links to Sources table
description: Main identifier for an object; links to Sources table
ivoa:ucd: meta.id;meta.main
nullable: false
- name: band
Expand Down Expand Up @@ -456,7 +456,7 @@ tables:
"@id": "#Parallaxes.source"
datatype: string
length: 100
description: Main identfier for an object; links to Sources table
description: Main identifier for an object; links to Sources table
ivoa:ucd: meta.id;meta.main
nullable: false
- name: parallax_mas
Expand Down Expand Up @@ -526,7 +526,7 @@ tables:
"@id": "#RadialVelocities.source"
datatype: string
length: 100
description: Main identfier for an object; links to Sources table
description: Main identifier for an object; links to Sources table
ivoa:ucd: meta.id;meta.main
nullable: false
- name: radial_velocity_kms
Expand Down

0 comments on commit 923dfb3

Please sign in to comment.