-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
models: refactor Schema APIs and introduce relaxation
Define a new flow://relaxed-write-schema reference for use within read schemas, and a Schema::to_relaxed_schema() routine for relaxing a Schema. Make Schema::add_defs() public and the primary interface for adding definitions. Begin to deprecate Schema::extend_read_bundle() and Schema::build_read_schema_bundle(). These will be replaced with direct usage of Schema::add_defs(). Update flow-web to use Schema::add_defs() and to support flow://relaxed-write-schema. Update the agent to drop support for removing a historically inlined flow://write-schema instances, as we've already removed these.
- Loading branch information
1 parent
ed98526
commit 99cb868
Showing
8 changed files
with
593 additions
and
592 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.