662 update the json schema due to changes in the schema tools - #684
Open
guydavenport wants to merge 89 commits into
Open
662 update the json schema due to changes in the schema tools#684guydavenport wants to merge 89 commits into
guydavenport wants to merge 89 commits into
Conversation
…r search requests
…r search requests
…transactions. This avoids changing the model in this version.
- Changed -c parameter from 'Specification/Components' to 'Specification/OpenAPI-Components' - This ensures consistency with generateOpenAPI and generateOpenAPIJSON tasks - Fixes discrepancy between local and CI-generated comparison files
…-tools' of github_guy:plantbreeding/BrAPI into 662-update-the-json-schema-due-to-changes-in-the-schema-tools
…ges-in-the-schema-tools # Conflicts: # Specification/BrAPI-Schema/BrAPI-Common/GeoJSONGeometry.json # Specification/BrAPI-Schema/BrAPI-Core/Study.json # Specification/BrAPI-Schema/BrAPI-Phenotyping/Image.json # Specification/BrAPI-Schema/Requests/AlleleMatrixRequest.json # Specification/BrAPI-Schema/Requests/SeedLotTransactionRequest.json # Specification/Generated/BrAPI-Core.yaml # Specification/Generated/BrAPI-Genotyping.yaml # Specification/Generated/BrAPI-Germplasm.yaml # Specification/Generated/BrAPI-Phenotyping.yaml # Specification/Generated/brapi_generated.graphqls # Specification/Generated/brapi_generated.json # Specification/Generated/brapi_openapi_comparison.md # generator/build.gradle
…o-changes-in-the-schema-tools' into 662-update-the-json-schema-due-to-changes-in-the-schema-tools
added 21 commits
August 23, 2026 12:56
…initions - Upgraded OpenAPI version from 3.0.0 to 3.1.0 across multiple schema files. - Modified nullable properties to use 'null' type in VariableBaseClass schema. - Improved descriptions and formatting in geoJSON, geoJSONSearchArea, and metadata schemas. - Updated pagination parameters to clarify usage and deprecated tokens. - Enhanced documentation for authorization headers and external references. - Cleaned up whitespace and formatting inconsistencies throughout the specification files.
- Added example values for fields in Plate.json, Sample.json, Cross.json, CrossType.json, CrossingProject.json, Germplasm.json, GermplasmAttributeValue.json, PlannedCross.json, SeedLot.json, SeedLotTransaction.json, Image.json, Method.json, Observation.json, ObservationUnit.json, ObservationVariable.json, Ontology.json, Scale.json, and Trait.json. - Improved clarity and usability of the schema by providing concrete examples for string, integer, and other data types.
…eneration and display logic
…apiSchemaToolsVersion to 0.87.0
…and introduce 'seasonName'
…e schema and deprecate 'max' and 'min' fields in Scale schema
…with embeddedPrimaryIdOptionalFor properties
- Updated the brapi_openapi_comparison.md to reflect changes in response types and properties for several endpoints including /observationunits, /referencesets, and /samples. - Added new properties and removed obsolete ones to ensure accurate API documentation. - Modified openapi-options.yaml and openapi-single-file-options.yaml to include subPathPagedToken settings for GET requests, enhancing the generator's capabilities.
…o replace 'get' with 'getWithId' for improved response handling
…e properties for ObservationUnit in OpenAPI options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various changes to align V2.1 with the json schema