mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
7 changed files with 46 additions and 21 deletions
@ -0,0 +1,18 @@ |
|||||
|
// ==========================================================================
|
||||
|
// Squidex Headless CMS
|
||||
|
// ==========================================================================
|
||||
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
||||
|
// All rights reserved. Licensed under the MIT license.
|
||||
|
// ==========================================================================
|
||||
|
|
||||
|
using NJsonSchema.Annotations; |
||||
|
using Squidex.Infrastructure.Json.Objects; |
||||
|
using Squidex.Infrastructure.Queries; |
||||
|
|
||||
|
namespace Squidex.Areas.Api.Controllers |
||||
|
{ |
||||
|
[JsonSchemaFlatten] |
||||
|
public sealed class JsonQueryDto : Query<IJsonValue> |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue