File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 1.0.0]
4+ * change api namespace
5+
36## [ 0.0.2]
47* added flux-publish-utils
58
Original file line number Diff line number Diff line change 11{
22 "name" : " flux-eco/json-schema-assertion" ,
33 "description" : " Asserts values against a schema definition" ,
4- "version" : " 0 .0.2 " ,
4+ "version" : " 1 .0.0 " ,
55 "type" : " flux-app" ,
66 "keywords" : [
77 " flux-eco" ,
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Flux \Eco \JsonSchemaAsserters \Adapters \ Configs ;
3+ namespace Flux \Eco \JsonSchemaAsserters \Adapters ;
44
55use Exception ;
66use Flux \Eco \JsonSchemaAsserters \{Core \Ports , Adapters \Models };
77
88
9- class Config implements Ports \Configs \Config
9+ class Outbounds implements Ports \Configs \Config
1010{
1111
1212 private Ports \Models \JsonSchemaBuilder $ jsonSchemaBuilder ;
Original file line number Diff line number Diff line change 11<?php
22
3- namespace FluxEco \JsonSchemaAssertion \ Adapters \ Api ;
3+ namespace FluxEco \JsonSchemaAssertion ;
44
55use Flux \Eco \Assert \Core \Ports ;
66
7- class JsonSchemaAssertionApi
7+ class Api
88{
99 private Ports \AssertService $ jsonSchemaService ;
1010
Original file line number Diff line number Diff line change 11<?php
22
3- namespace FluxEco \JsonSchemaAssertion \Adapters \ Api ;
3+ namespace FluxEco \JsonSchemaAssertion \;
44
55
66
7- interface AssertJsonSchemaInstance {
7+ interface JsonSchemaInstance {
88 /**
99 * Validation succeeds if,
1010 * for each name that appears in both the instance and as a name within this keyword's value,
You can’t perform that action at this time.
0 commit comments