Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
5
.nuget/packages/jsonschema.net.generation/5.0.0/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/jsonschema.net.generation/5.0.0/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "r17Nx9ZfTn8Ej39F0NMnOkCLdgof1OH//SfYhsxKLkcg2nXgjz0mzhkxJWsFmyck2L9Ankb/cnEkMJoAxnub3g==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/.signature.p7s
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/.signature.p7s
vendored
Executable file
Binary file not shown.
21
.nuget/packages/jsonschema.net.generation/5.0.0/LICENSE
vendored
Executable file
21
.nuget/packages/jsonschema.net.generation/5.0.0/LICENSE
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
21
.nuget/packages/jsonschema.net.generation/5.0.0/README.md
vendored
Executable file
21
.nuget/packages/jsonschema.net.generation/5.0.0/README.md
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
## Summary
|
||||
|
||||
_JsonSchema.Net.Generation_ extends [_JsonSchema.Net_](https://www.nuget.org/packages/JsonSchema.Net) by adding support to generate schemas from .Net types.
|
||||
|
||||
## Links
|
||||
|
||||
- [Documentation](https://docs.json-everything.net/schema/schemagen/schema-generation/)
|
||||
- [API Reference](https://docs.json-everything.net/api/JsonSchema.Net.Generation/JsonSchemaBuilderExtensions/)
|
||||
- [Release Notes](https://docs.json-everything.net/rn-json-schema-generation/)
|
||||
|
||||
## Usage
|
||||
|
||||
```c#
|
||||
var schema = new JsonSchemaBuilder()
|
||||
.FromType<MyType>()
|
||||
.Build();
|
||||
```
|
||||
|
||||
## Sponsorship
|
||||
|
||||
If you found this library helpful and would like to promote continued development, please consider [sponsoring the maintainers](https://github.com/sponsors/gregsdennis).
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/json-logo-256.png
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/json-logo-256.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.5.0.0.nupkg
vendored
Normal file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.5.0.0.nupkg
vendored
Normal file
Binary file not shown.
1
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.5.0.0.nupkg.sha512
vendored
Normal file
1
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.5.0.0.nupkg.sha512
vendored
Normal file
@@ -0,0 +1 @@
|
||||
nJpWCFetWXEq4ZPLF1PDTnf5a8AZ47ftOQ4yNxOqX1AQFWz5dw4HLLKTcN/dXArN+XxWXOcGatdnIjKl+Bx4Aw==
|
||||
31
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.nuspec
vendored
Executable file
31
.nuget/packages/jsonschema.net.generation/5.0.0/jsonschema.net.generation.nuspec
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>JsonSchema.Net.Generation</id>
|
||||
<version>5.0.0</version>
|
||||
<authors>Greg Dennis</authors>
|
||||
<license type="expression">MIT</license>
|
||||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||
<icon>json-logo-256.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/json-everything/json-everything</projectUrl>
|
||||
<description>Extends JsonSchema.Net to provide schema generation functionality</description>
|
||||
<releaseNotes>Release notes can be found at https://docs.json-everything.net/rn-json-schema-generation/</releaseNotes>
|
||||
<tags>json-schema validation schema json generation schema-generation</tags>
|
||||
<repository type="git" url="https://github.com/json-everything/json-everything" branch="refs/heads/master" commit="6ba3c853ebf98e1719314876abb4dfdd51344724" />
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.1" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net9.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.1" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.1" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net8.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net8.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
2525
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net8.0/JsonSchema.Net.Generation.xml
vendored
Executable file
2525
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net8.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net9.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net9.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
2525
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net9.0/JsonSchema.Net.Generation.xml
vendored
Executable file
2525
.nuget/packages/jsonschema.net.generation/5.0.0/lib/net9.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/netstandard2.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.0/lib/netstandard2.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
3869
.nuget/packages/jsonschema.net.generation/5.0.0/lib/netstandard2.0/JsonSchema.Net.Generation.xml
vendored
Executable file
3869
.nuget/packages/jsonschema.net.generation/5.0.0/lib/netstandard2.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
5
.nuget/packages/jsonschema.net.generation/5.0.4/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/jsonschema.net.generation/5.0.4/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "VNcQd95tHbpWRvKjRfWOjFXHRPKH+zMBEmrgQCavsDZYI3+zMjCyKXTtOScI2dMbYllgYbVu9aH7JHgluE1lpA==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/.signature.p7s
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/.signature.p7s
vendored
Executable file
Binary file not shown.
21
.nuget/packages/jsonschema.net.generation/5.0.4/LICENSE
vendored
Executable file
21
.nuget/packages/jsonschema.net.generation/5.0.4/LICENSE
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
21
.nuget/packages/jsonschema.net.generation/5.0.4/README.md
vendored
Executable file
21
.nuget/packages/jsonschema.net.generation/5.0.4/README.md
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
## Summary
|
||||
|
||||
_JsonSchema.Net.Generation_ extends [_JsonSchema.Net_](https://www.nuget.org/packages/JsonSchema.Net) by adding support to generate schemas from .Net types.
|
||||
|
||||
## Links
|
||||
|
||||
- [Documentation](https://docs.json-everything.net/schema/schemagen/schema-generation/)
|
||||
- [API Reference](https://docs.json-everything.net/api/JsonSchema.Net.Generation/JsonSchemaBuilderExtensions/)
|
||||
- [Release Notes](https://docs.json-everything.net/rn-json-schema-generation/)
|
||||
|
||||
## Usage
|
||||
|
||||
```c#
|
||||
var schema = new JsonSchemaBuilder()
|
||||
.FromType<MyType>()
|
||||
.Build();
|
||||
```
|
||||
|
||||
## Sponsorship
|
||||
|
||||
If you found this library helpful and would like to promote continued development, please consider [sponsoring the maintainers](https://github.com/sponsors/gregsdennis).
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/json-logo-256.png
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/json-logo-256.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.5.0.4.nupkg
vendored
Normal file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.5.0.4.nupkg
vendored
Normal file
Binary file not shown.
1
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.5.0.4.nupkg.sha512
vendored
Normal file
1
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.5.0.4.nupkg.sha512
vendored
Normal file
@@ -0,0 +1 @@
|
||||
9coH9XFtJ2CfQxN0LXihUDh5SqepnIhYL1jeP5H9LZqajTMT+HW3HcrrIzYQ7blEH6yxljGqRYjypyFL4Et88g==
|
||||
31
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.nuspec
vendored
Executable file
31
.nuget/packages/jsonschema.net.generation/5.0.4/jsonschema.net.generation.nuspec
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>JsonSchema.Net.Generation</id>
|
||||
<version>5.0.4</version>
|
||||
<authors>Greg Dennis</authors>
|
||||
<license type="expression">MIT</license>
|
||||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||
<icon>json-logo-256.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/json-everything/json-everything</projectUrl>
|
||||
<description>Extends JsonSchema.Net to provide schema generation functionality</description>
|
||||
<releaseNotes>Release notes can be found at https://docs.json-everything.net/rn-json-schema-generation/</releaseNotes>
|
||||
<tags>json-schema validation schema json generation schema-generation</tags>
|
||||
<repository type="git" url="https://github.com/json-everything/json-everything" branch="refs/heads/master" commit="644b503a875d8282607285443b2ad9b04fc5996d" />
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.4" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net9.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.4" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="JsonSchema.Net" version="7.3.4" exclude="Build,Analyzers" />
|
||||
<dependency id="Humanizer.Core" version="2.14.1" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net8.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net8.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
2615
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net8.0/JsonSchema.Net.Generation.xml
vendored
Executable file
2615
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net8.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net9.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net9.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
2525
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net9.0/JsonSchema.Net.Generation.xml
vendored
Executable file
2525
.nuget/packages/jsonschema.net.generation/5.0.4/lib/net9.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/netstandard2.0/JsonSchema.Net.Generation.dll
vendored
Executable file
BIN
.nuget/packages/jsonschema.net.generation/5.0.4/lib/netstandard2.0/JsonSchema.Net.Generation.dll
vendored
Executable file
Binary file not shown.
3869
.nuget/packages/jsonschema.net.generation/5.0.4/lib/netstandard2.0/JsonSchema.Net.Generation.xml
vendored
Executable file
3869
.nuget/packages/jsonschema.net.generation/5.0.4/lib/netstandard2.0/JsonSchema.Net.Generation.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user