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
See https://github.com/RealEstateCore/rec/blob/develop/docs/O2OListProperty.md and RealEstateCore/rec#70
The text was updated successfully, but these errors were encountered:
Example data for an API to parse/generate.
{ "@context": { "@base": "http://example.com", "label": "http://www.w3.org/2000/01/rdf-schema#label", "analytics": "https://w3id.org/rec/analytics/", "core": "https://w3id.org/rec/core/" }, "@id": "GUID-GOES-HERE", "@type": "analytics:DataSeries", "label": "This is a data series!", "analytics:seriesMembers": { "@list": [ { "@id": "OBS1", "@type": "core:Observation" }, { "@id": "OBS2", "@type": "core:Observation" } ] }, "analytics:generatedBy": [ { "@id": "ADDITION_PROCESS", "@type": "analytics:AnalysisProcess" } ] }
Sorry, something went wrong.
OAS YAML:
analytics_DataSeries: type: object required: - '@context' properties: '@id': type: string '@type': type: string default: analytics:DataSeries label: type: string analytics:seriesMembers: type: object required: - '@list' properties: '@list': type: array items: type: object required: - '@id' properties: '@id': type: string '@type': type: string default: core:Observation minItems: 1
hammar
No branches or pull requests
See https://github.com/RealEstateCore/rec/blob/develop/docs/O2OListProperty.md and RealEstateCore/rec#70
The text was updated successfully, but these errors were encountered: