We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Abstract classes for OfferSet and ExecutionSession that extend AbstractComponent, with derived classes for the initial versions.
AbstractOfferSet: type: object required: - type discriminator: propertyName: type mapping: 'urn:ivoa-offerset-0.1': 'IvoaOfferSet01' allOf: - $ref: 'AbstractComponent' - type: object properties: .... ....
This adds a type uri to OfferSet and ExecutionSession, leaving us space to have different versions in future.
AbstractOfferSet: type: object required: - type discriminator: propertyName: type mapping: 'urn:ivoa-offerset-0.1': 'IvoaOfferSet01' 'urn:ivoa-offerset-0.2': 'IvoaOfferSet02' allOf: - $ref: 'AbstractComponent' - type: object properties: .... ....
Same for ExecutionSession.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add Abstract classes for OfferSet and ExecutionSession that extend AbstractComponent, with derived classes for the initial versions.
This adds a type uri to OfferSet and ExecutionSession, leaving us space to have different versions in future.
Same for ExecutionSession.
The text was updated successfully, but these errors were encountered: